home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q1169.dms / q1169.adf / SysiHack / sysihack.doc < prev   
Text File  |  1997-04-10  |  2KB  |  65 lines

  1.  
  2.    NAME
  3.     sysihack - sysiclass hack 0.2 (5.6.94)
  4.  
  5.     sysiclass is the BOOPSI class for system images, such as window
  6.     gadgets and menu symbols.
  7.  
  8.    FUNCTION
  9.     Hacks sizegadget and all scroll arrows to look nice in 1:1 screens.
  10.     Requires a font >= 11 pt, and a highres 1:1 aspect screen.
  11.  
  12.    REQUIRES
  13.     WB 3.0.  (Even works with 2.x, but only 3.0 is resolution adaptive).
  14.     Check aminet:dev/src/ScrollerWindow.lha to learn how to create
  15.     a resolution adaptive window.
  16.  
  17.    SYNOPSIS
  18.     SWIDTH/N,SHEIGHT/N,AWIDTH/N,AHEIGHT/N,3DLOOK/S
  19.  
  20.     SWIDTH: width of the sizing gadget (min: 14, default: 18, max: 32).
  21.     SHEIGHT: height of sizing gadget (min: 12, default: 16, max: 32).
  22.     AWIDTH: width of left/right arrows (min: 10, default: 18, max: 32).
  23.     AHEIGHT: height of up/down arrows (min: 10, default: 15, max: 32).
  24.     3DLOOK: force 3D-look scrollers.
  25.  
  26.     Put it BEFORE IPrefs in your S:Startup-sequence, e.g:
  27.  
  28.     RUN >NIL: C:sysihack 18 16 18 15    (1:1 aspect)
  29.     RUN >NIL: C:sysihack 18 14 18 13    (NTSC aspect)
  30.     RUN >NIL: C:sysihack 20 18 20 17    (fonts >= 15 pt)
  31.  
  32.    CHANGES
  33.     0.2 (5.6.94):
  34.     - Now also detects (direct) subclasses of propgclass for patching.
  35.     - Improved the check wether a propgadget is a border scroller
  36.       (I now just rely on the GACT_BORDER flags, only lame coders forget
  37.       to set these).
  38.     - Does no longer shrink non-AUTOKNOB hscrollers.
  39.     - Didn't verify shell args correctly.
  40.     - Fixed oldlook/monochrome left/right arrow images.
  41.     - Didn't set WFLG_SIZEGADGET flag.
  42.     - New option to force 3D-look scrollers.
  43.  
  44.     0.1 (3.6.94):
  45.     - Fixed height of hscroller on window closing (ADPro).
  46.     - Now also looks at nw->Screen and nw->Type to find screen.
  47.     - Changes up/down arrow images.
  48.     - Sizegadget now gets the SHINEPEN fill (my first AreaDraw code :)
  49.     - Changes scrollbar gaps.
  50.     - Fixed 0/0 MinWidth/MinHeight bug.
  51.     - Now longer adjusts WA_Height.  They should do that themself!
  52.     - Allows me to patch non-AutoAdjust windows (ReqTools).
  53.     - Removed startup code.
  54.     - Added a bit config ;)
  55.  
  56.     0.0 (25.5.94):
  57.     - Created and released.
  58.  
  59.    AUTHOR
  60.     Mr. BOOPSI
  61.  
  62.    STATUS
  63.     This is Public Domain.
  64.  
  65.